Conversation
|
After the build completes, the updated documentation will be available here |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
leburgel
reviewed
Mar 23, 2026
Co-authored-by: Lander Burgelman <39218680+leburgel@users.noreply.github.com>
leburgel
approved these changes
Mar 23, 2026
Jutho
reviewed
Mar 24, 2026
| The following high-level algorithm types are available. | ||
| They all accept an optional `driver` keyword to select the computational backend; see [Driver Selection](@ref sec_driverselection) for details. | ||
|
|
||
| | Algorithm | Applicable decompositions | Key keyword arguments | |
Member
There was a problem hiding this comment.
Was "Key keyword arguments" intentional 😄 .
Jutho
reviewed
Mar 24, 2026
| Filter = t -> t isa Type && t <: MatrixAlgebraKit.Driver | ||
| ``` | ||
|
|
||
| For example, to force LAPACK for a generic matrix type, or to use a GPU backend: |
Member
There was a problem hiding this comment.
This does sound like we support forcing e.g. the GPU driver on CPU matrices, which could be something people want to do (thinking that the data will automatically be transferred to the GPU, GPU does the computation, and data comes back), but is not something we (currently) support afaik.
Member
Author
There was a problem hiding this comment.
That might actually be a very reasonable feature to add though, (mostly in the other direction, e.g. for fallback definitions of missing decompositions on GPUs)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #192 .